[IA64] fix compilation error caused by 19046:ecf603780f56
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 16 Jan 2009 11:47:21 +0000 (11:47 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 16 Jan 2009 11:47:21 +0000 (11:47 +0000)
commitff4f536ebfcf66841eccd7991dfeaa44cb569df1
tree4141fddf0dd12c6e70f637587aa703d9f58360ef
parentfb9dda3e061cca44a6d87ee51bcddc006cd158a9
[IA64] fix compilation error caused by 19046:ecf603780f56

This patch fixes the following compilation error adjusting
function prototypes.

> xc_core_ia64.c:176: error: conflicting types for
  'xc_core_arch_memory_map_get'
> xc_core.h:141: error: previous declaration of
  'xc_core_arch_memory_map_get' was here
> xc_core_ia64.c:241: error: conflicting types for
  'xc_core_arch_map_p2m'
> xc_core.h:144: error: previous declaration of 'xc_core_arch_map_p2m'
  was here

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
tools/libxc/xc_core_ia64.c